texture: Remove declaration for nonexisting function
authorBenjamin Otte <otte@redhat.com>
Tue, 14 Sep 2021 14:26:05 +0000 (16:26 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 16 Sep 2021 22:25:22 +0000 (00:25 +0200)
gdk/gdktextureprivate.h

index 29fca0a9ba5b0042170f72ab8ae39ddd0666b056..f4cb5eab66c724ee2ae7f77e33d9d28c92a7af29 100644 (file)
@@ -35,9 +35,6 @@ struct _GdkTextureClass {
                                                          gsize                   stride);
 };
 
-gpointer                gdk_texture_new                 (const GdkTextureClass  *klass,
-                                                         int                     width,
-                                                         int                     height);
 GdkTexture *            gdk_texture_new_for_surface     (cairo_surface_t        *surface);
 cairo_surface_t *       gdk_texture_download_surface    (GdkTexture             *texture);
 /* NB: GdkMemoryTexture */